home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / zwei spieler / catapult / catapults / install < prev    next >
Text File  |  1995-03-29  |  435b  |  17 lines

  1. (complete 0)
  2. (set destdrawer
  3.   (askdir (prompt "Please Select a Drawer to Install Catapults In")
  4.           (help   "The software will be installed in the drawer"
  5.                   "that you specify (not in any subdirectory thereof).")
  6.           (default "RAM:")
  7.           (disk))
  8. )
  9. (complete 10)
  10. (copyfiles (source  "/Catapults")
  11.            (dest    destdrawer)
  12.            (pattern "~(Install#?)")
  13.            (infos)
  14. )
  15. (complete 100)
  16.  
  17.